chore(rsc): remove redundant SSG test from isolated.test.ts #940
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Removes the redundant
examples/ssgtest block frompackages/plugin-rsc/e2e/isolated.test.ts(lines 64-93).Background
The isolated test file contained a test block for the SSG example that duplicated functionality already covered by the dedicated
packages/plugin-rsc/e2e/ssg.test.tsfile.Changes
test.describe('examples/ssg', ...)block that was testing the SSG example in an isolated fixture setupssg.test.tscontinues to provide comprehensive coverage for the SSG example with proper test setupVerification
isolated.test.tspass successfully (50 passed, 6 skipped)ssg.test.tscontinues to work correctly (2 tests passed)This cleanup reduces test redundancy while maintaining full test coverage through the dedicated test file.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.